home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / cdown.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt
Text File  |  1998-06-30  |  5KB  |  255 lines

  1. object Options: TOptions
  2.   Left = 455
  3.   Top = 351
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 199
  8.   ClientWidth = 488
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RadioGroup1: TRadioGroup
  17.     Left = 8
  18.     Top = 96
  19.     Width = 233
  20.     Height = 97
  21.     Caption = 'Display Format'
  22.     Items.Strings = (
  23.       'Explicit (1 hour, 13 minutes, 12 seconds)'
  24.       'Abbreviated (1 hr, 13 min, 12 sec)'
  25.       'Condensed (1:13:12)')
  26.     TabOrder = 0
  27.   end
  28.   object GroupBox2: TGroupBox
  29.     Left = 8
  30.     Top = 0
  31.     Width = 233
  32.     Height = 89
  33.     Caption = 'Font'
  34.     TabOrder = 1
  35.     object Label1: TLabel
  36.       Left = 16
  37.       Top = 64
  38.       Width = 75
  39.       Height = 13
  40.       Caption = 'Actual font size:'
  41.     end
  42.     object Panel2: TPanel
  43.       Left = 8
  44.       Top = 16
  45.       Width = 217
  46.       Height = 41
  47.       Caption = 'abcABC123$%&&'
  48.       TabOrder = 0
  49.       OnClick = Panel2Click
  50.     end
  51.   end
  52.   object Button1: TButton
  53.     Left = 328
  54.     Top = 168
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     TabOrder = 2
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 408
  64.     Top = 168
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     TabOrder = 3
  70.     OnClick = Button2Click
  71.   end
  72.   object Event: TGroupBox
  73.     Left = 248
  74.     Top = 0
  75.     Width = 233
  76.     Height = 161
  77.     Caption = 'Event'
  78.     TabOrder = 4
  79.     object Label2: TLabel
  80.       Left = 8
  81.       Top = 16
  82.       Width = 28
  83.       Height = 13
  84.       Caption = 'Name'
  85.     end
  86.     object Month: TLabel
  87.       Left = 8
  88.       Top = 56
  89.       Width = 30
  90.       Height = 13
  91.       Caption = 'Month'
  92.     end
  93.     object Day: TLabel
  94.       Left = 96
  95.       Top = 56
  96.       Width = 19
  97.       Height = 13
  98.       Caption = 'Day'
  99.     end
  100.     object Year: TLabel
  101.       Left = 168
  102.       Top = 56
  103.       Width = 22
  104.       Height = 13
  105.       Caption = 'Year'
  106.     end
  107.     object Label3: TLabel
  108.       Left = 8
  109.       Top = 96
  110.       Width = 23
  111.       Height = 13
  112.       Caption = 'Time'
  113.     end
  114.     object Label4: TLabel
  115.       Left = 43
  116.       Top = 116
  117.       Width = 3
  118.       Height = 14
  119.       Caption = ':'
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'Arial'
  123.       Font.Style = [fsBold]
  124.       ParentFont = False
  125.     end
  126.     object Edit1: TEdit
  127.       Left = 8
  128.       Top = 32
  129.       Width = 217
  130.       Height = 21
  131.       TabOrder = 0
  132.     end
  133.     object ComboBox1: TComboBox
  134.       Left = 8
  135.       Top = 72
  136.       Width = 81
  137.       Height = 21
  138.       ItemHeight = 13
  139.       Items.Strings = (
  140.         'January'
  141.         'February'
  142.         'March'
  143.         'April'
  144.         'May'
  145.         'June'
  146.         'July'
  147.         'August'
  148.         'September'
  149.         'October'
  150.         'November'
  151.         'December')
  152.       TabOrder = 1
  153.       Text = 'ComboBox1'
  154.     end
  155.     object ComboBox2: TComboBox
  156.       Left = 96
  157.       Top = 72
  158.       Width = 65
  159.       Height = 21
  160.       ItemHeight = 13
  161.       Items.Strings = (
  162.         '1'
  163.         '2'
  164.         '3'
  165.         '4'
  166.         '5'
  167.         '6'
  168.         '7'
  169.         '8'
  170.         '9'
  171.         '10'
  172.         '11'
  173.         '12'
  174.         '13'
  175.         '14'
  176.         '15'
  177.         '16'
  178.         '17'
  179.         '18'
  180.         '19'
  181.         '20'
  182.         '21'
  183.         '22'
  184.         '23'
  185.         '24'
  186.         '25'
  187.         '26'
  188.         '27'
  189.         '28'
  190.         '29'
  191.         '30'
  192.         '31')
  193.       TabOrder = 2
  194.       Text = 'ComboBox2'
  195.     end
  196.     object Edit2: TEdit
  197.       Left = 168
  198.       Top = 72
  199.       Width = 57
  200.       Height = 21
  201.       TabOrder = 3
  202.     end
  203.     object Edit3: TEdit
  204.       Left = 8
  205.       Top = 112
  206.       Width = 33
  207.       Height = 21
  208.       TabOrder = 4
  209.     end
  210.     object Edit4: TEdit
  211.       Left = 48
  212.       Top = 112
  213.       Width = 33
  214.       Height = 21
  215.       TabOrder = 5
  216.     end
  217.     object RadioButton1: TRadioButton
  218.       Left = 88
  219.       Top = 114
  220.       Width = 113
  221.       Height = 17
  222.       Caption = 'AM'
  223.       TabOrder = 6
  224.       OnClick = RadioButton1Click
  225.     end
  226.     object RadioButton2: TRadioButton
  227.       Left = 128
  228.       Top = 114
  229.       Width = 49
  230.       Height = 17
  231.       Caption = 'PM'
  232.       TabOrder = 7
  233.       OnClick = RadioButton2Click
  234.     end
  235.   end
  236.   object CheckBox1: TCheckBox
  237.     Left = 256
  238.     Top = 136
  239.     Width = 97
  240.     Height = 17
  241.     Caption = 'Start with clock'
  242.     TabOrder = 5
  243.   end
  244.   object FontDialog1: TFontDialog
  245.     Font.Color = clWindowText
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     MinFontSize = 0
  250.     MaxFontSize = 0
  251.     Left = 336
  252.     Top = 264
  253.   end
  254. end
  255.